section.products-category-page {
  margin-top: 15.5vw;
  padding: 0.7vw 7.5vw;
  width: 100%;
  min-height: 20vw;
  position: relative;
  justify-content: start !important;
  gap: 1vw;
}

section.products-category-page > h1 {
  padding-bottom: 1.75vw;
  width: 100%;
  gap: 1.25vw;
  font-weight: 900;
  font-size: 1.8vw;
  border-bottom: 0.125vw solid #edf2f6;
  justify-content: start !important;
  align-items: start !important;
  text-align: start;
  transform: translateY(-0.5vw);
  font-family: Kalameh, sans-serif;
}

section.products-category-page > h1 span {
  font-size: 1.2vw;
  font-weight: 500;
}

.about-category-info {
  padding-top: 2vw;
  width: 100%;
  min-height: 10vw;
  position: relative;
  gap: 1.25vw;
  justify-content: start !important;
  align-items: start !important;
  border-top: 0.125vw solid #edf2f6;
}

.about-category-info h1 {
  margin-top: 1.5vw;
  font-weight: bold;
  font-size: 1.7vw;
}

.about-category-info p {
  font-weight: normal;
  font-size: 0.95vw;
  line-height: 2vw;
  text-align: justify;
}

@media (max-width: 450px) {
  section.products-category-page {
    margin-top: 35.5vw;
    padding: 0.7vw 2.5vw;
    width: 100%;
    min-height: 20vw;
    position: relative;
    justify-content: start !important;
    gap: 1vw;
  }
  section.products-category-page > h1 {
    padding-bottom: 1.75vw;
    width: 100%;
    gap: 1.25vw;
    font-weight: 900;
    flex-direction: row !important;
    justify-content: space-between !important;
    font-size: 3.9vw;
    border-bottom: 0.125vw solid #edf2f6;
    display: none;
    align-items: start !important;
    text-align: start;
    transform: translateY(-0.5vw);
    font-family: Kalameh, sans-serif;
  }
  section.products-category-page > h1 span {
    font-size: 3.4vw;
    font-weight: 500;
  }
  ul.bread-crumb.target-category-products-bc {
    border-bottom: 1vw solid gainsboro !important;
  }
}
